***********************************************
* VGM music package                           *
* https://vgmrips.net/                        *
***********************************************

Game name:           Shui Hu: Feng Yun Zhuan
System:              Sega Mega Drive / Genesis
Music hardware:      YM2612, SEGA VDP PSG
Complete music dump: Yes

Music author:        Hanmin Liao, Nobuo Uematsu
Game developer:      Never Ending Soft Team

Package created by:  Valley Bell
Package version:     1.01

Song list, in approximate game order:
Song name                           Length:
                                    Total  Loop
01 Opening                          1:59   1:53
02 Title Screen                     0:37   0:37
03 Stage 1                          1:21   1:10
04 Stage 2                          0:55   0:55
05 Stage 3                          1:05   1:02
06 Stage 4                          1:17   1:16
07 Game Over                        0:18   0:17
08 Stage 5                          0:57   0:57
09 Stage 6                          0:44   0:44
10 Stage 7                          0:59   0:59
11 Boss                             0:47   0:44
12 Unused Song                      0:28   0:28
13 Ending                           0:29   0:26

Total Length                       11:57  23:24


Notes:
Another pirate that uses the Data East sound
driver.
Like in some other pirates, the first note is
slowed down or speed up in some songs.


Stage 1 and Stage 2 have buggy loops, (the
drums' loop is shorter then the loop of the
other tracks) so it's almost impossible to get
a correct loop. I looped the 2 tracks so good
as possible, so it's barely noticable that
their loop is not correct.


It's intentional that the unused song is NOT
appended to the playlist. That makes it more
OST-like.


Hacking notes (for MESS):
To play a song:
1. Set a breakpoint: bpset 1E41D4
2. Play a sound and the debugger will halt the emulation
3. change sound id: w@FFED00 = SongID
4. continue emulation

To stop the music:
1. Set a breakpoint: bpset 14B926
2. Jump to the "stop sound"-block: PC = 14A1A0
3. continue emulation


Package history:
1.00 2011-03-19 Valley Bell: Initial release.
1.01 2021-12-30 andlabs: Fixed txt file for
 vgmrips.
